Boost
Home
arrow_drop_down

The Boost C++ Libraries are open source, peer-reviewed, portable and free

Created by experts to be reliable, skillfully-designed, and well-tested.

Boost Mission
  • development of high quality, expert reviewed, legally unencumbered, open-source libraries,
  • inspiring standard enhancements, and
  • advancing and disseminating software development best practices.

It does this by fostering community engagement, nurturing leaders, providing necessary financial/legal support, and making directional decisions in the event of Boost community deadlock.

Equally important to our mission is the guidance provided by our shared values. These are transparency, inclusivity, consensus-building, federated authorship, and community-driven leadership.

Downloads

10M+

Total Downloads
Libraries

165+

Individual Libraries

Why Use Boost?   In a word, Productivity. Use of high-quality libraries like Boost speeds initial development, results in fewer bugs, reduces reinvention-of-the-wheel, and cuts long-term maintenance costs. And since Boost libraries tend to become de facto or de jure standards, many programmers are already familiar with them.

schedule of events

October 2025

Oct. 22, 2025: Boost 1.90.0 closed for new libraries and breaking changes
Release branch is closed for new libraries and breaking changes to existing libraries. Still open for bug fixes and other routine changes to all libraries without release manager review.
Oct. 29, 2025: Boost 1.90.0 closed for major changes
Release closed for major code changes. Still open for serious problem fixes and docs changes without release manager review.

November 2025

Nov. 5, 2025: Boost 1.90.0 closed for beta
Release closed for all changes
Nov. 12, 2025: Boost 1.90.0 beta
Beta posted for download.
Nov. 13, 2025: Boost 1.90.0 open for bug fixes
Release open for bug fixes and documentation updates. Other changes by permission of a release manager.

December 2025

Dec. 3, 2025: Boost 1.90.0 closed
Release closed for all changes
Dec. 10, 2025: Boost 1.90.0 release
Release posted for download.
library spotlight

Utility

Various utilities, such as base-from-member idiom and binary literals in C++03.

Dave Abrahams and others
Author
recent news

Re-review of Boost.SQLlite

Posted on Aug 25th, 2025 by Robert Beeston

The official re-review of Klemens Morgenstern's Boost.SQLite proposal runs from Aug 25 to Sep 3. Mohammad Nejati manages the re-review.

Repo: https://github.com/klemens-morgenstern/sqlite
Docs: https://klemens.dev/sqlite/
Participate: lists.boost.org/arch....6XJDF7DGOQV4Q43MNYX/

New Library for 1.89 - Boost.Bloom

Posted on Aug 15th, 2025 by Robert Beeston

Boost.Bloom is a header-only C++ library for efficient probabilistic set membership testing.

It allows you to check whether an element might be in a set, with minimal memory overhead and no false negatives, ideal for high-throughput scenarios like caching, deduplication, and indexing.

The filter is highly space-efficient, and can dramatically reduce the cost of negative lookups in systems where accessing the full data set is expensive.

Repo: https://github.com/boostorg/bloom
Docs: https://boost.o…

Boost 1.89 Released!

Posted on Aug 15th, 2025 by Robert Beeston

With the 1.89 release there is one new library and 28 updates to existing libraries, ready for download!

https://www.boost.org/releases/1.89.0/